/*首页*/
* {
	font-family: "新宋体", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}
body{
	background:#f8f8f8;
}
logo{display:none;}
li {
	list-style:none
}
.top {
	background-image: url(image/top_pic.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 1200px;
}
.meniu {
	height: 55px;
	width: 100%;
	background:#2e86dd;
}
.meniu li {
	display: block;
	font-family:黑体;
	font-size: 17px;
	line-height: 55px;
	float: left;
	height: 55px;
	width: 9.44%;
	text-align: center;
	color: #FFFFFF;
}
.meniu_img{
	width:45px;
	height:35px;
	margin:auto 0;
}
.meniu li:hover {
	background:#2e86dd;
}
.meniu li a:link {
	text-decoration: none;
	font-family:黑体;
	font-size: 17px;
	color: #FFFFFF;
}
.meniu li a:hover {
	text-decoration: underline;
	font-family:黑体;
	font-size: 17px;
	color: #FFFFFF;
}
.meniu-item{
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.foot_m{
	height: 85px;
	width: 100%;
	font-size:17px;
}
.foot_m_item{
	width:1000px;
	height: 100%;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	color:#fff;
	background:url(/lcdaily/statics/lcrb/image/footer.png);
}
.foot_m_item span{
	display:flex;
	margin:0 auto;
}
.foot_m_item image{
	width:25px;
	height:25px;
	margin:5px auto;
}
.foot_m_item p{
	line-height:31px;
	margin:0 7px;
}
.search{
		width:1000px;
		height:170px;
		background-image: url(../image/search_img.png);
		display:flex;
		margin:0 auto;
		margin-top:20px;
		flex-direction:row;
}
.search-div-p{
		margin-top:136px;
		color:#fff;
		margin-left:20px;
		width:955px;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
}
.search-div-p p{width:200px;height:50px;text-align:left;}
.search-div-p span{width:100px;height:50px;float:right;text-align:right;background:url(/lcdaily/statics/images/calendar.png) no-repeat;background-position:0px -4px;}
.search-div{
	    width:960px;
		margin:0 auto;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
}
.search-div-item{
	display:flex;
	flex-direction:row;
	margin-top:130px;
	justify-content:space-between;
	float:right;
}
.search-div-item a{
	text-decoration:none;
	color:#fff;
}
.search-div-item li{
	padding:7px 5px 0 5px;
}
.search-div-item li:hover{
	padding:7px 5px 0 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:#ff6666;
}
.search-input{
	    position:absolute;
		width:495px;
		height:45px;
		border:#f2f2f2 solid 1px;
		border-radius:5px;
		margin-top:15px;
		margin-left:505px;
		outline: none;
		text-indent:10px;
		z-index:1;
}
input::-webkit-input-placeholder{
        color:#666;
		font-size:15px;

}
.search button{
	    width:65px;
	    height:35px;
	    position:absolute;
		font-size:17px;
		color:#fff;
		background:#f5ba16;
		z-index:2;
		border-radius:3px;
		margin-left:930px;
		margin-top:20px;
}
.search button:hover {
        background:#f5ba16;
		box-shadow: 1px 1px 1px 2px  #fff7bd;
 }
.contents{
	width:958px;
	padding:0 0 20px 40px;
	background:#fff;
	border:#efefef solid 1px;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}
.contents-item{
    margin:0 auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
.contents-item-div{
	width:180px;
	height:265px;
	margin:26px;
}
.contents-item-p{
    text-align:center;
	color:#129ade;
	font-size:14px;
	line-height:38px;
}
.contents-item-img{
    width:180px;
	height:255px;
	background:#eee;
}
.contents-dot{
	padding:30px;
	line-height:25px;
	width:958px;
	padding:0 0 20px 40px;
	background:#fff;
	border:#efefef solid 1px;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
}
.contents-dot a{
	color:#18039e;
	padding:4px 8px;
	border:#dfdfdf 1px solid;
	text-decoration:none;
	margin-right:5px;
}
.contents-dot a:hover{
	color:#fff;
	background:#00a9ee;
	text-decoration:none;
}
.contents-dot input{
	background:#f8f8f8;
	width:70px;
	padding:4px 0;
	text-align:center;
	margin-left:30px;
	outline:none;
}
.contents-dot p{
	background:#eee;
	padding:0 4px;
}
.contentv{
	width:998px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:0 0 10px 0;
	background:#fff;
	border:#efefef solid 1px;
	margin: 0 auto;
}
.contentv-left{
	display:flex;
	flex-direction:column;
	width:470px;
}
.contentv-left-item{
	line-height:35px;
	font-size:15px;
	margin:0;
	
}
.contentv-left-item a{
	margin:0;
	margin-left:10px;
	text-decoration:none;
	color:#fe7322;
	
}
.contentv-left-img{
	width:455px;
	border:solid 1px #d3d3d3;
	margin:10px;
	box-shadow: 7px 10px 1px 2px  #bcbcbc;
}
.contentv-right{
	width:590px;
	display:flex;
	flex-direction:column;
	padding:50px 10px 0 10px;

}
.contentv-right p{
	font-size:16px;
	line-height:32px;
	color:#333;
}
.contentv-right img{max-width:550px;}
.contentv-right_phone{
	display:flex;
	flex-direction:column;
	padding:50px 10px 0 10px;
}
.contentv-right_phone p{
	font-size:27px;
	line-height:56px;
}
.contentl-left-img{
	width:455px;
	background:#eee;
	margin:0;
	box-shadow: 7px 10px 1px 2px  #bcbcbc;
	border:#f3f3f3 solid 1px;
}
.contentl-left-img-content{
	width:395px;
	background:#eee;
	margin:0;
	box-shadow: 7px 10px 1px 2px  #bcbcbc;
	border:#f3f3f3 solid 1px;
}
.contentl-right{
	width:490px;
	margin:11px 0 0 0;
	/* border:#f3f3f3 solid 1px; */
	display:flex;
	flex-direction:column;
}
.contentl-right-top{
	display:flex;
	flex-direction:column;
	margin:0;
}
.contentl-right-btm{
	display:flex;
	flex-direction:column;
	margin:0;
}
.contentl-top-img{
	width:477px;
	height:80px;
/* 	position:absolute;
	z-index:1; 
	left:49.9%;*/

}
.contentl-top-txt{
	width:450px;
	--height:257px;
	display:flex;
	flex-direction:column;
	border-left:#f3f3f3 solid 1px;
	border-right:#f3f3f3 solid 1px;
	padding-left:16px;

	margin-left:1.95%;
	margin-right:0;
}
.contentl-top-txt p{
	line-height:30px;
}
.contentl-top-txt span{
	float:right;
	line-height:30px;
	margin-right:16px;
}
.contentl-top-span{
	display:flex;
}
.contentl-top-txt a{
	float:left;width:330px;
	text-decoration:none;
	color:#000;
}

.contentl-top-span image{
	width:11px;
	height:11px;
}
.contentl-btm-img{
	width:480px;
	height:64px;
}
.contentl-left{
	display:flex;
	flex-direction:column;
	width:455px;
	margin:10px;
}
.banner {
	height: 460px;
	width: 1200px;
	background-image: url(image/banner1.jpg);
	background-repeat: no-repeat;
}
.search_bg {
	height: 185px;
	width: 1200px;
	background-image: url(image/search_bg.jpg);
	background-repeat: no-repeat;
}
.sh1 {
	float:left;
	margin-top:58px;
	margin-left:62px;
	width:145px;
	height:35px;
	line-height:35px;
	color:#999999;
}
.sh2 {
	float:left;
	margin-top:58px;
	margin-left:62px;
	width:700px;
	height:35px;
	line-height:35px;
	color:#999999;
}
.news_bg {
	height:555px;
	width:1200px;
	background-image:url(image/news_bg.jpg);
	background-repeat:no-repeat;
}
.title1 {
	float:left;
	margin-top:40px;
	height:40px;
	width:1200px;
}
.more {
	float:right;
	height:40px;
	width:80px;
	margin-right:40px;
	text-align:center;
	line-height:40px;
	border:solid 1px #555555;
}
.more a:link {
	text-decoration: none;
	color: #666666;
}
.more a:hover {
	text-decoration: underline;
	color: #999999;
}
.news_zw {
	float:left;
	margin-top:30px;
	height:445px;
	width:1200px;
}
.news_zw1 {
	float:left;
	margin-left:40px;
	height:445px;
	width:490px;
}
.news_zw1_1 {
	float:left;
	height:270px;
	width:490px;
}
.news_tit1 {
	float:left;
	height:40px;
	width:490px;
	line-height:40px;
}
.news_tit1 a:link {
	font-size:18px;
	text-decoration: none;
	color: #999999;
	font-weight:600;
}
.news_tit1 a:hover {
	font-size:18px;
	text-decoration: underline;
	color: #999999;
	font-weight:600;
}
.news_tim {
	float:left;
	height:30px;
	width:490px;
	line-height:22px;
	color: #ffffff;
}
.news_col {
	float:left;
	height:80px;
	width:490px;
}
.news_col {
	float:left;
	height:80px;
	width:490px;
	line-height:24px;
	color: #999999;
}
.news_zw2 {
	float:left;
	margin-left:60px;
	height:445px;
	width:605px;
}
.news_zw2_1 {
	float:left;
	margin-top:20px;
	margin-bottom:5px;
	height:115px;
	width:600px;
	border-bottom:dotted 1px #666666;
}
.news_date {
	float:left;
	height:95px;
	width:95px;
	background:#e22c08;
}
.news_rq {
	float:left;
	font-size:60px;
	height:65px;
	width:95px;
	line-height:65px;
	text-align:center;
	color:#FFF
}
.news_ny {
	float:left;
	font-size:16px;
	height:20px;
	width:90px;
	line-height:20px;
	text-align:center;
	color:#FFF
}
.news_zy {
	float:left;
	margin-left:20px;
	height:95px;
	width:480px;
}
.zy_tit {
	float:left;
	height:35px;
	width:480px;
	line-height:35px;
	text-align:left;
}
.zy_tit {
	font-size:18px;
	text-decoration: none;
	color: #ffffff;
	font-weight:600;
}
.zy_col {
	float:left;
	font-size:14px;
	height:60px;
	width:480px;
	line-height:24px;
	text-align:left;
	color:#999;
}
.ml_1 {
	float:left;
	margin-top:45px;
	height:565px;
	width:380px;
}
.ml_1 li {
	float:left;
	text-align:right;
	height:48px;
	width:380px;
	line-height:48px;
}
.ml_1 li a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:600;
}
.ml_bg {
	height:615px;
	width:1200px;
	background-image:url(image/ml_bg.jpg);
	background-repeat:no-repeat;
}
.ml_2 {
	float:left;
	margin-top:45px;
	height:565px;
	width:810px;
}
.ml_2_1 {
	float:left;
	margin-top:100px;
	margin-left:230px;
	height:300px;
	width:550px;
}
.ml_2_2 {
	float:left;
	margin-left:230px;
	height:40px;
	line-height:50px;
	width:550px;
	text-align:right;
}
.ml_2_2 a:link {
	font-size:20px;
	color:#be7546;
	text-align:left;
	text-decoration:none;
	font-weight:600;
}
.ml_2_2 a:hover {
	font-size:20px;
	color:#be7546;
	text-align:left;
	text-decoration:underline;
	font-weight:600;
}
.ml_2_3 {
	float:left;
	margin-left:230px;
	height:100px;
	line-height:24px;
	width:550px;
	color:#666;
	text-align:left;
}
.ml_2_4 {
	float:left;
	margin-left:230px;
	height:30px;
	line-height:30px;
	width:550px;
	color:#666;
	font-size:20px;
	text-align:right;
}
.ccr_bg {
	height:615px;
	width:1200px;
	background-image:url(image/ccr_bg.jpg);
	background-repeat:no-repeat;
}
.ccr1 {
	float:left;
	width:80px;
	height:40px;
	margin-left:50px;
	margin-top:220px;
}
.ccr2 {
	float:left;
	width:475px;
	height:430px;
	margin-left:70px;
	margin-top:55px;
	background:#0CF
}
.ccr3 {
	float:left;
	width:410px;
	height:450px;
	margin-left:90px;
	margin-top:55px;
	background:#0CF
}
.more2 {
	float:right;
	height:40px;
	width:80px;
	text-align:center;
	line-height:40px;
	background:#ececec;
}
.more2 a:link {
	text-decoration: none;
	color: #666666;
}
.more2 a:hover {
	text-decoration: underline;
	color: #999999;
}
.zt_bg {
	height:510px;
	width:1200px;
	background-image:url(image/zt_bg.jpg);
	background-repeat:no-repeat;
}
.more3 {
	float:right;
	height:40px;
	width:80px;
	text-align:center;
	line-height:40px;
	border:solid 1px #9faaa3;
	margin-right:40px;
}
.more3 a:link {
	text-decoration: none;
	color: #9faaa3;
}
.more3 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.zt1 {
	float:left;
	margin-top:45px;
	margin-left:15px;
	height:380px;
	width:1185px;
}
.zt1 li {
	float:left;
	width:513px;
	height:310px;
	margin-left:35px;
	margin-right:35px;
	background-repeat:no-repeat;
}
.zt_tit {
	float:left;
	width:503px;
	height:50px;
	background:#000;
	opacity:0.75;
	position:relative;
	top:262px;
	padding-left:10px;
	text-align:left;
	line-height:50px;
	color:#FFF;
}
.zt_tit a:link {
	font-size:24px;
	font-family:黑体;
	text-decoration: none;
	color:#ffcc00;
}
.zt_tit a:hover {
	font-size:24px;
	font-family:黑体;
	text-decoration: underline;
	color:#ffcc00;
}
.zc_bg {
	height:540px;
	width:1200px;
	background-image:url(image/zc_bg.jpg);
	background-repeat:no-repeat;
}
.zc1 {
	float:left;
	margin-top:90px;
	margin-left:50px;
	width:530px;
	height:445px;
}
.zc1 li {
	float:left;
	margin-top:15px;
	margin-bottom:5px;
	height:100px;
	width:520px;
	border-bottom:dotted 1px #555555;
}
.news_date2 {
	float:left;
	height:95px;
	width:75px;
}
.news_rq2 {
	float:left;
	font-size:60px;
	height:65px;
	width:75px;
	line-height:55px;
	text-align:center;
	color:#ffe8aa;
}
.news_ny2 {
	float:left;
	font-size:16px;
	height:20px;
	width:70px;
	line-height:10px;
	text-align:center;
	color:#ffe8aa;
}
.news_zy2 {
	float:left;
	margin-left:20px;
	height:95px;
	width:420px;
}
.zy_tit2 {
	float:left;
	height:35px;
	width:420px;
	line-height:35px;
	text-align:left;
	font-size:18px;
	font-family:黑体;
	color:#FFF;
}
.zy_col2 {
	float:left;
	font-size:14px;
	height:60px;
	width:420px;
	line-height:24px;
	text-align:left;
	color:#666666;
}
.zc_more {
	float:left;
	margin-top:20px;
	width:520px;
	height:50px;
}
.more3 {
	float:right;
	height:40px;
	width:80px;
	margin-right:10px;
	text-align:center;
	line-height:40px;
	border:solid 1px #555555;
}
.more3 a:link {
	text-decoration: none;
	color: #666666;
}
.more3 a:hover {
	text-decoration: underline;
	color: #999999;
}
.lk {
	height:350px;
	width:1200px;
	background-image:url(image/lk_bg.jpg);
	background-repeat:no-repeat;
}
.lk1 {
	float:left;
	margin-top:80px;
	margin-left:50px;
	height:120px;
	width:1150px;
}
.lk1 li {
	float:left;
	height:36px;
	line-height:36px;
	width:auto;
	margin-right:20px;
}
.lk1 li a:link {
	text-decoration: none;
	color: #666666;
}
.lk1 li a:hover {
	text-decoration: underline;
	color: #666666;
}
.lk2 {
	float:left;
	margin-top:40px;
	margin-left:50px;
	height:100px;
	width:1150px;
}
.lk2 li {
	float:left;
	height:36px;
	line-height:36px;
	width:auto;
	margin-right:20px;
}
.lk2 li a:link {
	text-decoration: none;
	color: #666666;
}
.lk2 li a:hover {
	text-decoration: underline;
	color: #666666;
}
.ft_bg {
	height:250px;
	width:1200px;
	background-image:url(images/ft_bg.jpg);
	background-repeat:no-repeat;
}
.ft1 {
	float:left;
	font-size:18px;
	margin-top:15px;
	height:50px;
	width:1200px;
	line-height:50px;
	text-align:center;
	color:#ffffff;
}
.ft1 p {
	font-size:18px;
	color:#ffffff;
}
.ft1 p a:link {
	font-size:18px;
	text-decoration: none;
	color:#ffffff;
}
.ft1 p a:hover {
	font-size:18px;
	text-decoration: underline;
	color:#ffffff;
}
.ft2 {
	float:left;
	margin-top:10px;
	height:165px;
	width:1200px;
	line-height:36px;
	text-align:center;
	color:#ffffff;
}
/*新闻动态 县区专题*/
.dh {
	height:48px;
	width:1190px;
	background:#f5f5f5;
	text-align:left;
	line-height:48px;
	padding-left:10px;
	font-size:13px;
	color:#666666;
}
.dh a:link {
	text-decoration: none;
	font-size:13px;
	color:#399;
}
.dh a:hover {
	text-decoration: underline;
	font-size:13px;
	color:#399;
}
.news_list_bg {
	height:2080px;
	width:1200px;
	padding-top:40px;
}
.news_list_bg li {
	height:200px;
	width:1200px;
	margin-bottom:60px;
}
.news_pic {
	float:left;
	width:350px;
	height:200px;
	background:url(images/news_lpbg.jpg)
}
.news_lt {
	float:left;
	height:36px;
	width:810px;
	margin-left:40px;
	line-height:36px;
}
.news_lt a:link {
	font-family:黑体;
	font-size:24px;
	color:#333333;
	text-align:left;
	text-decoration:none;
}
.news_lt a:hover {
	font-family:黑体;
	font-size:24px;
	color:#333333;
	text-align:left;
	text-decoration:underline;
}
.news_dt {
	float:left;
	height:36px;
	width:810px;
	margin-left:40px;
	line-height:36px;
	color:#666666;
}
.news_lzy {
	float:left;
	height:80px;
	width:810px;
	margin-left:40px;
	line-height:24px;
	color:#333333;
}
.news_lm {
	float:left;
	height:46px;
	width:810px;
	margin-left:40px;
	line-height:46px;
}
.news_lm a:link {
	text-decoration:none;
	color:#be7546;
}
.pages {
	height:48px;
	width:1200px;
	text-align:center;
	line-height:48px;
	font-size:13px;
	color:#333333;
	margin-bottom:40px;
}
/*政策法规 学术研究*/
.statute_list_bg {
	height:750px;
	width:1200px;
	padding-top:20px;
}
.statute_list_bg li {
	height:48px;
	width:1175px;
	line-height:48px;
	padding-left:25px;
	background-image: url(image/st_libg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-image: none;
	list-style-type: none;
	border-bottom:#f2f2f2 dotted 1px;
}
.statute_list_bg li a:link {
	height:48px;
	line-height:48px;
	color:#333333;
	text-decoration:none;
}
.statute_list_bg li a:hover {
	height:48px;
	line-height:48px;
	color:#f28700;
	text-decoration:underline;
}
.statute_list_bg li:hover {
	height:48px;
	width:1200px;
	background-image: url(image/st_libg2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-image: none;
	list-style-type: none;
}
.statute_list1 {
	float:left;
	height:48px;
	width:1080px;
}
.statute_list2 {
	float:left;
	height:48px;
	width:80px;
	color:#999999;
	text-align:right;
}
/*传承人*/
.inheritor_list_bg {
	height:650px;
	width:1200px;
	padding-top:40px;
}
.inheritor_list_bg li {
	float:left;
	height:150px;
	width:360px;
	margin-right:40px;
	margin-bottom:70px;
	background:#f5f5f5
}
.in_lpic {
	float:left;
	height:150px;
	width:130px;
	background:#f5f5f5;
}
.in_tit {
	float:left;
	height:48px;
	line-height:24px;
	font-size:18px;
	width:205px;
	margin-left:20px;
	margin-top:8px;
	margin-right:5px;
	text-align:left;
	font-weight:600;
}
.in_zy {
	float:left;
	height:40px;
	line-height:20px;
	width:202px;
	margin-left:20px;
	margin-top:5px;
	margin-right:8px;
	text-align:left;
	color:#666666;
}
.in_xq {
	float:left;
	height:28px;
	line-height:28px;
	width:70px;
	margin-left:20px;
	text-align: left;
	margin-top:8px;
	color:#333333;
}
.in_xq a:link {
	color:#be7546;
	text-decoration:none;
}
.in_xq a:hover {
	color:#be7546;
	text-decoration: underline;
}
/*项目名录*/
.project_list_bg {
	height:650px;
	width:1200px;
	padding-top:40px;
}
.pr_cd {
	float:left;
	height:470px;
	width:200px;
	border:solid 1px #f5f5f5
}
.pr_cd li {
	float:left;
	height:42px;
	width:200px;
	line-height:42px;
	text-align:center;
	color:#333333;
	border-bottom:solid 1px #ffffff;
	display:block;
	background:#f5f5f5;
}
.pr_cd li:hover {
	float:left;
	height:42px;
	width:200px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	border-bottom:solid 1px #f0f0f0;
	display:block;
}
.pr_cd2 {
	float:left;
	height:500px;
	width:946px;
	margin-left:50px;
}
.pr_cd2 li {
	height:48px;
	width:920px;
	line-height:48px;
	padding-left:25px;
	background-image: url(image/st_libg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-image: none;
	list-style-type: none;
	border-bottom:#f2f2f2 dotted 1px;
}
.pr_cd2 li:hover {
	height:48px;
	width:920px;
	line-height:48px;
	padding-left:25px;
	background-image: url(image/st_libg2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-image: none;
	list-style-type: none;
}
.pr_cd2_list1 {
	float:left;
	height:48px;
	width:836px;
}
.pr_cd2_list1 a:link {
	height:48px;
	line-height:48px;
	color:#333333;
	text-decoration:none;
}
.pr_cd2_list1 a:hover {
	height:48px;
	line-height:48px;
	color:#f28700;
	text-decoration: underline;
}
.pr_cd2_list2 {
	float:left;
	height:48px;
	width:80px;
	color:#999999;
	text-align:right;
}
/*正文*/
.read_div {
	height:auto;
	width:1200px;
	margin-top:50px;
}
.read_left {
	float:left;
	width:777px;
	padding-left:5px;
}
.read_tit {
	float:left;
	width:777px;
	height:auto;
	font-family:黑体;
	font-size:28px;
	line-height:42px;
	text-align:center;
	color:#333333;
}
.read_info {
	float:left;
	font-size:13px;
	height:60px;
	width:777px;
	line-height:60px;
	text-align:center;
	margin-bottom:30px;
	color:#999999;
}
.read_zw {
	float:left;
	height:auto;
	width:777px;
	margin-bottom:50px;
}
.read_zw p {
	line-height:28px;
	text-align:justify;
	text-indent:2em;
	margin-bottom:12px;
}
.read_right {
	float:left;
	width:300px;
	height:400px;
	margin-left:58px;
	padding-left:58px;
	border-left:dotted 1px #e5e5e5
}
.read_rtit{
	float:left;
	width:300px;
	font-family:黑体;
	font-size:18px;
	font-weight:600;}
.read_rli{
	float:left;
	width:300px;
	margin-top:8px;
	}
.read_rli li{
	float:left;
	height:32px;
	line-height:32px;
	}
.read_rli li a:link{
	text-decoration:none;
	color:#333333;}
.cear {
	clear: both;
}
.myArea{border:#f2f2f2 dotted 3px;}